Lets you process 1D/2D barcodes.
To use this module you must install it local to the application project. To install, copy the module zip file into your application folder.
To access this module from JavaScript, you would do the following:
Titanium.Barcode = Ti.Barcode = require("ti.barcode");
Brings up the camera and begins the capture sequence for processing a barcode. There are no parameters.
Use Titanium Event Listeners to process the following events that are sent from the module:
'error' : Sent when an error occurs
'canceled' : Sent when the scanning process is canceled
See example.
Clint Tredway
Please direct all questions, feedback, and concerns to info@appcelerator.com.
Copyright(c) 2010-2011 by Appcelerator, Inc. All Rights Reserved. Please see the LICENSE file included in the distribution for further details.